home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / r5update.zip / IMAKEFIL < prev    next >
Text File  |  1991-10-05  |  485b  |  14 lines

  1.         DEPLIBS = $(DEPXLIB)
  2. LOCAL_LIBRARIES = $(XLIB)
  3.        PROGRAMS = scalefonts xcms i18n_output i18n_input
  4.       SRCS1 = scalefonts.c
  5.       OBJS1 = scalefonts.o
  6.  
  7. AllTarget($(PROGRAMS))
  8. SingleProgramTarget(scalefonts, scalefonts.o, $(LOCAL_LIBRARIES),NullParameter)
  9. SingleProgramTarget(xcms, xcms.o, $(LOCAL_LIBRARIES), -lm)
  10. SingleProgramTarget(i18n_output,i18n_output.o,$(LOCAL_LIBRARIES),NullParameter)
  11. SingleProgramTarget(i18n_input, i18n_input.o, $(LOCAL_LIBRARIES),NullParameter)
  12.  
  13.  
  14.